home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / Gazetteer / Source / Makefile.postamble < prev    next >
Makefile  |  1991-11-08  |  145b  |  8 lines

  1. #bin = $(HOME)/Apps/Weather.app
  2. bin = /LocalApps/Weather.app
  3.  
  4. xinstall: Weather
  5.     mkdirs $(bin)
  6.     cp -r Weather menus info $(bin)
  7.     -strip $(bin)/*
  8.